From 84ec841d6dced048f9d6bda37509b2fa9a961ded Mon Sep 17 00:00:00 2001 From: tsteven4 Date: Wed, 22 Aug 2018 17:51:34 -0600 Subject: [PATCH] tweak unicsv bng documentation thanks Hornbydd. --- xmldoc/formats/unicsv.xml | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/xmldoc/formats/unicsv.xml b/xmldoc/formats/unicsv.xml index 64a7c13bc..15f7f1889 100644 --- a/xmldoc/formats/unicsv.xml +++ b/xmldoc/formats/unicsv.xml @@ -103,7 +103,29 @@ GC1A37,36.090683,-86.679550,The Troll by a182pilot & Family - + + If processing data from the UK, GPSBabel can process coordinates using X,Y values (often referred to as Eastings/Northings) as shown in or the full 12 figure alpha numeric, as shown in . + Note in you need to split your original X,Y values into the 100Km 2 character code, + eastings and northing values. + + CSV input for UK data with XY coordinates + + bng_e,bng_n,name,date + 353729,177210,id_001,2018/02/03 + 356025,181221,id_002,2018/02/03 + 357962,181528,id_003,2018/03/03 + + + + CSV input for UK data with alphanumeric coordinates + + bng_z,bng_e,bng_n,name,date + ST,53729,77210,id_001,2018/02/03 + ST,56025,81221,id_002,2018/02/03 + ST,57962,81528,id_003,2018/03/03 + + + On the output side unicsv writes fixed number of columns (waypoint index, latitude and longitude) followed by a variable column list depending on internal data. -- 2.30.2